Skip to content

mvc: Phalcon framework dependency #6389

Description

@fichtner

Important notices

Before you add a new report, we ask you kindly to acknowledge the following:

Is your feature request related to a problem? Please describe.

Given the state of Phalcon, it’s probably a good idea to start planning for losing more dependencies on the framework.

Describe the solution you like

A good start would probably be to start with our model implementation, which seems to depend on the following classes for which we should build native php alternatives in that case:

  • Phalcon\Filter\Validation\Validator\Email
  • Phalcon\Filter\Validation\Validator\ExclusionIn
  • Phalcon\Filter\Validation\Validator\InclusionIn
  • Phalcon\Filter\Validation\Validator\Numericality
  • Phalcon\Filter\Validation\Validator\PresenceOf
  • Phalcon\Filter\Validation\Validator\Regex
  • Phalcon\Filter\Validation\Validator\Url
  • OPNsense\Phalcon\Logger\Logger
  • Phalcon\Filter\Validation\Exception
  • Phalcon\Di\FactoryDefault
  • Phalcon\Logger\Adapter\Syslog
  • Phalcon\Messages\Message
  • Phalcon\Messages\Messages
  • Phalcon\Config\Config

Describe alternatives you considered

N/A

Additional context

N/A

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

cleanupLow impact changesroadmapMajor roadmap item

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions