定制 rasclatt/nubersoft 二次开发

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

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

rasclatt/nubersoft

Composer 安装命令:

composer require rasclatt/nubersoft

包简介

Mini framework and class library for PHP.

README 文档

README

nUberSoft is a small in-the-works framework Library for PHP. It is a mix of old and new due to it's long development timeframe. Documentation is not as robust as it should be. The majority of this framework will work for non-Linux-based systems, but it is not tested and some security (.htaccess) are not read by Win servers.

The functions, classes, and namespaces are all fairly self-explanitory and usually are easy to follow along. The workings of the application can be automated using an xml file. This is the default for this application.

Because this library does not have any other requirements, you could add this class manually to your project. To resolve the class, you would need to use only the src directory and rename it to Nubersoft in order for your autoloader to work properly.

Autoload Example:

Provided you have a folder that contains all your classes like so:

index.php
|–- vendor
    |-- Nubersoft
        |-- All files and folders in src folder

/index.php

<?php
spl_autoload_register(function($class){
	# Set the vendor-based namespace-to-path name
	# If $class was \Nubersoft\Conversion\Data it would translate to something like:
	# /var/www/domains/mydomainroot/vendor/Nubersoft/Conversion/Data.php
	$file = str_repace('//', '/', __DIR__.'/vendor/'.str_replace('\\', '/', $class).'.php');
	# Include the file
	if(is_file($file))
		include_once($file);
});


统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-01-23

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固