Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webeweb/core-library
Core library
https://github.com/webeweb/core-library
api core curl ftp library luhn php sftp sort webeweb
Last synced: 22 days ago
JSON representation
Core library
- Host: GitHub
- URL: https://github.com/webeweb/core-library
- Owner: webeweb
- License: mit
- Created: 2017-10-18T17:12:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T09:47:43.000Z (5 months ago)
- Last Synced: 2024-10-01T10:21:22.620Z (about 1 month ago)
- Topics: api, core, curl, ftp, library, luhn, php, sftp, sort, webeweb
- Language: PHP
- Homepage:
- Size: 28.7 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
core-library
============[![Github actions workflow status](https://img.shields.io/github/actions/workflow/status/webeweb/core-library/build.yml?style=for-the-badge&color2088FF&logo=github)](https://github.com/webeweb/core-library/actions)
[![Coveralls](https://img.shields.io/coveralls/github/webeweb/core-library/master.svg?style=for-the-badge&color=3F5767&logo=coveralls)](https://coveralls.io/github/webeweb/core-library?branch=master)
[![Packagist version](https://img.shields.io/packagist/v/webeweb/core-library.svg?style=for-the-badge&color=F28D1A&logo=packagist)](https://packagist.org/packages/webeweb/core-library)
[![Packagist license](https://img.shields.io/packagist/l/webeweb/core-library.svg?style=for-the-badge&colorF28D1A&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTMgNiAzIDFtMCAwLTMgOWE1LjAwMiA1LjAwMiAwIDAgMCA2LjAwMSAwTTYgN2wzIDlNNiA3bDYtMm02IDIgMy0xbS0zIDEtMyA5YTUuMDAyIDUuMDAyIDAgMCAwIDYuMDAxIDBNMTggN2wzIDltLTMtOS02LTJtMC0ydjJtMCAxNlY1bTAgMTZIOW0zIDBoMyIvPjwvc3ZnPg==)](./LICENSE)`core-library` contains some classes we re-use regularly into other packages or
projects.Provides:
- Cipher (ROT13, ROT45, etc.)
- Database connector (Access, SQL Server, MySQL, etc.)
- Helper (array, boolean, double, float, integer, string, etc.)
- Logger (null logger, terminal logger, etc.)
- Math (Fibonacci, Luhn algorithm, Pascal's triangle, etc.)
- Model (billing, system, vehicle, etc.)
- Monitor (hard disk, memory, network, operating system, processor, etc.)
- Security classes (authenticator, password authentication, token generator, etc.)
- Serializer (CSV, JSON, XML, etc.)
- Sorter (alphabetical tree sort, quick sort, etc.)
- Traits collection (array, boolean, double, float, integer, string, etc.)
- Utility (archive, system, etc.)
- Validation API (rule, rule set, validator, etc.)
- Ciqual table
- cURL wrapper
- FTP clients (FTP, FTPS, SFTP, etc.)
- Quadratus models
- QueryBuilder wrapper
- SkiData (card, customer, user, etc.)
- Widget (asset, component, renderer, etc.)If you like this package, pay me a beer (or a coffee)
[![paypal.me](https://img.shields.io/badge/paypal.me-webeweb-003087.svg?style=flat-square&logo=paypal)](https://www.paypal.me/webeweb)## Compatibility
[![PHP](https://img.shields.io/packagist/php-v/webeweb/core-library.svg?style=for-the-badge&color=777BB4&logo=php)](http://php.net)
## Installation
Open a command console, enter your project directory and execute the following
command to download the latest stable version of this package:```bash
composer require webeweb/core-library
```This command requires you to have Composer installed globally, as explained in
the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the
Composer documentation.## Usage
Libraries resources:
- Ciqual [README](lib/ciqual/README.md)/[Documentation](lib/ciqual/Resources/doc/index.md)
- cURL [README](lib/curl/README.md)/[Documentation](lib/curl/Resources/doc/index.md)
- Easilys [README](lib/easilys/README.md)/[Documentation](lib/easilys/Resources/doc/index.md)
- FTP [README](lib/ftp/README.md)/[Documentation](lib/ftp/Resources/doc/index.md)
- Highcharts [README](lib/highcharts/README.md)/[Documentation](lib/highcharts/Resources/doc/index.md)## Testing
To test the package, is better to clone this repository on your computer.
Open a command console and execute the following commands to download the latest
stable version of this package:```bash
git clone https://github.com/webeweb/core-library.git
cd core-library
composer install
```Once all required libraries are installed then do:
```bash
vendor/bin/phpunit
```## License
`core-library` is released under the MIT License. See the bundled [LICENSE](LICENSE)
file for details.## Donate
If you like this work, please consider donating at
[![paypal.me](https://img.shields.io/badge/paypal.me-webeweb-003087.svg?style=flat-square&logo=paypal)](https://www.paypal.me/webeweb)