Pythagora-io / gpt-pilot

The first real AI developer
Other
31.84k stars 3.2k forks source link

[Enhancement]: add more standards from the php eco system #710

Open cntyt opened 8 months ago

cntyt commented 8 months ago

Version

Command-line (Python) version

Operating System

Windows 10

Your question

Hello, GPT pilot team

Developing a framework in PHP only provides the most core functionalities (routing, middleware, session, custom process interfaces). All other functions are reused in the Composer ecosystem, which means I can use the most familiar functional components within the framework, For example, in terms of databases, developers can choose to use Laravel's Illuminate/Database, It can also be ThinkORM for ThinkPHP, It can also be other components such as Medoo.

Can integrating their gpt pilot into the framework be achieved? Gpt pilot is an excellent AI programming aid software,

techjeylabs commented 6 months ago

could you list several frameworks you use ?