Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danteay/corephp-core
https://github.com/danteay/corephp-core
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/danteay/corephp-core
- Owner: danteay
- License: gpl-3.0
- Created: 2016-05-14T01:16:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-29T00:25:20.000Z (over 8 years ago)
- Last Synced: 2024-11-12T09:51:13.812Z (about 2 months ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CorePHPCore
## Descripción
Nucleo de scripts que permiten la manipulacion de distintos tipos de elemetos tales como* Directorios y archivos
* Peticiones Http
* Conexion a bases de datos
* Mysql
* PostgreSQL (proximamente)
* Oracle (proximamente)
* Envio de emails
* Generacion de cadenas aleatorias## Instalacion
Para hacer uso de las librerias de CorePHPCore es necesaria su instalación via omposer de
la siguiente forma.```bash
composer install corephp/core
```