Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/znck/extend
JSON extendible schema for Eloquent
https://github.com/znck/extend
eloquent laravel
Last synced: 16 days ago
JSON representation
JSON extendible schema for Eloquent
- Host: GitHub
- URL: https://github.com/znck/extend
- Owner: znck
- License: mit
- Created: 2016-10-07T16:11:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-23T10:36:06.000Z (about 8 years ago)
- Last Synced: 2024-12-31T09:47:08.040Z (about 1 month ago)
- Topics: eloquent, laravel
- Language: PHP
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# extend
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what
PSRs you support to avoid any confusion with users and contributors.![extend](cover.png)
## Install
Via Composer
``` bash
$ composer require znck/extend
```## Usage
``` php
$skeleton = new League\Skeleton();
echo $skeleton->echoPhrase('Hello, League!');
```## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Testing
``` bash
$ composer test
```## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Rahul Kadyan][link-author]
- [All Contributors][link-contributors]## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[link-author]: https://github.com/znck
[link-contributors]: ../../contributors