Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/txsoura/core
Txsoura Core library
https://github.com/txsoura/core
composer core laravel php repository-pattern
Last synced: about 1 month ago
JSON representation
Txsoura Core library
- Host: GitHub
- URL: https://github.com/txsoura/core
- Owner: txsoura
- License: mit
- Created: 2021-04-27T02:52:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T01:20:58.000Z (9 months ago)
- Last Synced: 2024-07-25T08:48:36.464Z (5 months ago)
- Topics: composer, core, laravel, php, repository-pattern
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Core
This project, is a simple [Laravel](https://laravel.com) library, to setup base Rest API features, using Repository pattern.
## Installation
You can install the package via composer:
```bash
composer require txsoura/core
```## Documentation
See the [WIKI](https://github.com/txsoura/core/wiki) for documentation.
## License
This project is under MIT license. Go to [LICENSE](https://opensource.org/licenses/MIT) for more details.