https://github.com/phalcon/traits
Traits used primarily in the v6 package but also available as a helper package for applications
https://github.com/phalcon/traits
hacktoberfest phalcon phalcon-framework traits
Last synced: 3 months ago
JSON representation
Traits used primarily in the v6 package but also available as a helper package for applications
- Host: GitHub
- URL: https://github.com/phalcon/traits
- Owner: phalcon
- License: mit
- Created: 2021-10-25T22:02:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T15:48:23.000Z (11 months ago)
- Last Synced: 2025-06-04T04:43:45.894Z (7 months ago)
- Topics: hacktoberfest, phalcon, phalcon-framework, traits
- Language: PHP
- Homepage: https://phalcon.io
- Size: 396 KB
- Stars: 6
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Phalcon Traits
[](https://github.com/phalcon/traits/actions/workflows/main.yml)
[](https://github.com/php-pds/skeleton)
[](https://sonarcloud.io/summary/new_code?id=phalcon_traits)
[](https://sonarcloud.io/summary/new_code?id=phalcon_traits)
This package contains traits with methods that are used for Phalcon v6 onward.
It can also be useful to others that want short snippets of code that perform
a task, without having to reinvent the wheel.
Some of these methods are just wrappers to PHP functions, thus allowing developers
to mock the method in order to get different results and cover paths of the
application with relevant tests.
[Documentation](docs/general.md)