https://github.com/passwordcockpit/backend
Backend side of the project
https://github.com/passwordcockpit/backend
doctrine doctrine-orm mysql php php7 zend-framework
Last synced: 5 months ago
JSON representation
Backend side of the project
- Host: GitHub
- URL: https://github.com/passwordcockpit/backend
- Owner: passwordcockpit
- License: bsd-3-clause
- Created: 2018-12-03T12:33:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T16:49:44.000Z (9 months ago)
- Last Synced: 2024-07-24T19:29:20.129Z (9 months ago)
- Topics: doctrine, doctrine-orm, mysql, php, php7, zend-framework
- Language: PHP
- Homepage:
- Size: 4.77 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# password-cockpit/backend
## General
This markdown shows information related to the backend side of the project. For more detailed information about the project please check the [Passwordcockpit README](https://github.com/passwordcockpit/passwordcockpit/blob/master/README.md).## Running tests
Tests are run with `Codeception`. They are under the `tests/api` folder.
Setting and more information for the tests can be found in the `tests/api.suite.yml` file.Run with `vendor/bin/codecept run api`
Single files can be run with `vendor/bin/codecept run api PasswordsTestCest`
## Language
Current supported languages are: `'en', 'it', 'de', 'fr'`.
To install a custom language in the backend, it has to be already [installed in frontend](https://github.com/passwordcockpit/frontend/blob/master/README.md).
Then under the `config/language/` folder, create your own poedits files following the structure of the existing ones.