https://github.com/lucenarenato/prova_solut
zend2-apigility-PHPSECLIB-certificado
https://github.com/lucenarenato/prova_solut
apigility php7 zend-framework
Last synced: about 2 months ago
JSON representation
zend2-apigility-PHPSECLIB-certificado
- Host: GitHub
- URL: https://github.com/lucenarenato/prova_solut
- Owner: lucenarenato
- Created: 2017-10-25T02:52:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T14:02:17.000Z (about 6 years ago)
- Last Synced: 2025-01-22T08:11:38.091Z (3 months ago)
- Topics: apigility, php7, zend-framework
- Language: PHP
- Size: 6.73 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prova Soluti - pleno
### Zend framework 2
### apigility-doctrine-PHPSECLIB
### "requisitos obrigatórios"
### Installation
Install the dependencies and devDependencies and start the server.
- composer
https://getcomposer.org/download/
- 1º API de Certificados
```sh
$ 1º API de Certificados
$ zf-apigility - vendor vai phpseclib - e doctrine.
$ projeto rb-sphinx-hmac-zf2 - nao terminei a implementacao.
```
- 2º FRONTEND
```sh
$ 2º FRONTEND
$ zf2-front
$ MySQL como RDBMS
```
```sh
$ SQL para criar a tabela:
CREATE TABLE `certificados` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`nome` varchar(255) NOT NULL,
`certificado` TEXT NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB;
```
- ***************************
- Deverá ser desenvolvida com
- https://getcomposer.org/
- https://apigility.org/
- https://github.com/zendframework/ZendSkeletonApplication
- https://github.com/reinaldoborges/
- https://github.com/phpseclib/phpseclib
- http://phpseclib.sourceforge.net/
```sh
$ php -S 127.0.0.1:8000 -t public/ public/index.php
```
> Agora e so desenvolver,
> Nos requisitos usei ubuntu 16.04 lts.
> Os programas sao faceis de instalar, mas,
> por falta de conhecimento dos frameworks mais aprofundado, nao consegui implementar.
>[email protected],
>Grande abraço e até a próxima.- Exemplo: https://github.com/reinaldoborges/rb-sphinx-hmac-zf2-examples-server
- Renato Lucena - Outubro de 2017