Often we find ourselves writing the same code for different projects, over and over again.
We got bored, so we decided to collect all these bits and pieces of code in a single library.
Add this package to the composer.json of your application with the console command:
composer require gibilogic/elements
Or, if you are using the composer.phar
version, use the console command:
php composer.phar require gibilogic/elements
Click here to read the full bundle's documentation.
You can contribute to the growth of this library in a lot of different ways:
- Create an issue about a bug or a feature you would like to see implemented
- Open pull requests about fixes, new features, tests, documentation, etc.
- Use the library and let us know ;)
See the attached license file.