├── README.md ├── composer.json └── src ├── EloquentTentacle.php ├── Parasite.php └── StaticParasite.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greabock/tentacles/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greabock/tentacles/HEAD/composer.json -------------------------------------------------------------------------------- /src/EloquentTentacle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greabock/tentacles/HEAD/src/EloquentTentacle.php -------------------------------------------------------------------------------- /src/Parasite.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greabock/tentacles/HEAD/src/Parasite.php -------------------------------------------------------------------------------- /src/StaticParasite.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greabock/tentacles/HEAD/src/StaticParasite.php --------------------------------------------------------------------------------