定制 paypaplane/symfony1 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

paypaplane/symfony1

最新稳定版本:v1.4.27

Composer 安装命令:

composer require paypaplane/symfony1

包简介

Fork of symfony 1.4 from punkave, php 7.2 compatability and without BC breaks

README 文档

README

About this version

This is a community driven fork of symfony 1, as official support ended in November 2012. (Also note: new tickets can no longer be opened on the original Symfony 1.4 site.)

This fork is solely intended to keep legacy Symfony 1.4 applications running securely on currently-maintained versions of PHP, without changes to your application code unless security absolutely requires them. PHP 5.3.4 is a minimum requirement. We actively test with PHP 5.4.x and are incorporating community fixes for 5.5.x and above.

Please do not use this fork for new projects.

New Features

  • JSON schema type (json_encodes on save)

  • Redis session cache

In your factories.yml

  storage:
    class: sfCacheSessionStorage
    param:
      cache:
        class: sfRedisCache
        param:
          server:
            host: 127.0.0.1

In your app.yml

  redis:
    server:
      host: 127.0.0.1
      select: 2

Acknowledgements

We are using the drak fork of Doctrine 1.2, and we have cherry-picked backwards-compatible PHP compatibility fixes from the L'Express fork of Symfony 1.4. That is a fine fork but its goals include new backwards-incompatible features, thus this separate fork for maintenance work only.

Requirements

PHP 5.3.4 and up. See prerequisites on http://symfony.com/legacy/doc/getting-started/1_4/en/02-Prerequisites

Installation

That's the tricky bit. We don't want to break your legacy svn workflow, because it's not broken. We would like to use github's support for svn, but it has two bugs that get in the way of using svn externals to solve the problem of installing symfony and doctrine.

Our preferred workaround can be found in these scripts:

Install Symfony and Doctrine

Update Your Project, Symfony and Doctrine

The first script is a one-time installation tool. The second script does an svn up of your project, then git pull for both Symfony and Doctrine.

Make sure you remove your existing lib/vendor/symfony folder, remove any svn:externals setting that is refreshing it, and svn:ignore it before switching over to this approach.

"What about composer?" We are open to a pull request for composer support, as long as it does not break things for those of us who are not using it.

LEGACY README FOLLOWS

About symfony

Symfony is a complete framework designed to optimize the development of web applications by way of several key features. For starters, it separates a web application's business rules, server logic, and presentation views. It contains numerous tools and classes aimed at shortening the development time of a complex web application. Additionally, it automates common tasks so that the developer can focus entirely on the specifics of an application. The end result of these advantages means there is no need to reinvent the wheel every time a new web application is built!

Symfony was written entirely in PHP 5. It has been thoroughly tested in various real-world projects, and is actually in use for high-demand e-business websites. It is compatible with most of the available databases engines, including MySQL, PostgreSQL, Oracle, and Microsoft SQL Server. It runs on *nix and Windows platforms.

Documentation

Read the official symfony1 documentation

Contributing

You can send pull requests or create an issue. At this late date, only security bugs, warnings and errors from newer versions of PHP, and new bugs introduced by commits in this fork are of interest.

paypaplane/symfony1 适用场景与选型建议

paypaplane/symfony1 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 2.9k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2022 年 09 月 28 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 paypaplane/symfony1 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 paypaplane/symfony1 我们能提供哪些服务?
定制开发 / 二次开发

基于 paypaplane/symfony1 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 2.9k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 22
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 16
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-09-28