Go to file
2024-12-23 18:13:58 +08:00
app 默认7天 2024-12-23 17:28:17 +08:00
config webman/cors 跨域组件 2024-12-23 18:13:58 +08:00
public Initial commit 2024-12-11 18:30:32 +08:00
support Initial commit 2024-12-11 18:30:32 +08:00
.gitignore 初始化创建定时任务 2024-12-17 21:11:21 +08:00
composer.json webman/cors 跨域组件 2024-12-23 18:13:58 +08:00
composer.lock webman/cors 跨域组件 2024-12-23 18:13:58 +08:00
LICENSE Initial commit 2024-12-11 18:30:32 +08:00
README.md Initial commit 2024-12-11 18:30:32 +08:00
start.php Initial commit 2024-12-11 18:30:32 +08:00
windows.bat Initial commit 2024-12-11 18:30:32 +08:00
windows.php Initial commit 2024-12-11 18:30:32 +08:00

BPS Ads项目

简介

BPS ads项目是一个基于Google Ads API的广告管理系统使用PHP webman框架开发。该项目提供了一个简单的API允许用户创建、管理和优化广告活动。

my_project/
│
├── app/
│   ├── controller/
│   │   └── GoogleAdsController.php
│   ├── model/
│   │   └── Campaign.php
│   │   └── CampaignBudget.php
│   │   └── AdGroup.php
│   │   └── Ad.php
│   ├── service/
│   │   └── GoogleAdsService.php
│   └── routes.php
│
├── config/
│   ├── google_ads_php.ini
│   └── database.php
│
├── public/
│   └── index.php
│
├── vendor/
│   └── (composer dependencies)
├── .env
└── composer.json```